projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b338e
)
(most-positive-fixnum, most-negative-fixnum):
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 6 Oct 2001 23:24:15 +0000
(23:24 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 6 Oct 2001 23:24:15 +0000
(23:24 +0000)
Remove.
lisp/emacs-lisp/cl.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl.el
b/lisp/emacs-lisp/cl.el
index 66947c01daa431062ba1b95f7b257b6b0abe25e4..f77c15414a3531456889387d442fb71744f49aea 100644
(file)
--- a/
lisp/emacs-lisp/cl.el
+++ b/
lisp/emacs-lisp/cl.el
@@
-291,10
+291,6
@@
always returns nil."
(defvar *random-state* (vector 'cl-random-state-tag -1 30 (cl-random-time)))
-;;; We use `eval' in case VALBITS differs from compile-time to load-time.
-(defconst most-positive-fixnum (eval '(lsh -1 -1)))
-(defconst most-negative-fixnum (eval '(- -1 (lsh -1 -1))))
-
;;; The following are actually set by cl-float-limits.
(defconst most-positive-float nil)
(defconst most-negative-float nil)